'Declaration
Public Event AnnotationClicked As GdViewer.AnnotationClickedEventHandler
public event GdViewer.AnnotationClickedEventHandler AnnotationClicked
public event AnnotationClicked: GdViewer.AnnotationClickedEventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event GdViewer.AnnotationClickedEventHandler* AnnotationClicked
public: event GdViewer.AnnotationClickedEventHandler^ AnnotationClicked